home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 September & October / Amiga-CD 1996 #9-10.iso / demos / diskprotection / history < prev    next >
Text File  |  1996-05-27  |  6KB  |  137 lines

  1. History
  2. *******
  3.  
  4.      N: New features
  5.      C: Changed
  6.      B: Bugfix
  7.  
  8.    * Release 1.0, 25.06.95
  9.      (DiskProtection V1.0, diskprot.device V1.0)
  10.      first public release
  11.  
  12.    * Release 1.0c, 02.08.95
  13.      (DiskProtection V1.1, diskprot.device V1.2)
  14.      B: conversion works with more devices, e.g. A2091 (reading drive
  15.      geometry was buggy)
  16.  
  17.    * Release 1.0d, 03.08.95
  18.      (DiskProtection V1.2, diskprot.device V1.3)
  19.      B: TD_GETGEOMETRY is only used with trackdisk.device and
  20.      carddisk.device => conversion works with all controllers that
  21.      crash on unknown commands, too.
  22.      B: Programs opening unit 0 could crash (e.g. SysInfo with the SCSI
  23.      option), because unit 0 is only an internal unit. Fixed.
  24.      N: patch to enable FFS to recognize different disk sizes
  25.      N: Automatically created DPUnit names are unique now.
  26.  
  27.    * Release 1.0e, 08.08.95
  28.      (DiskProtection V1.3, diskprot.device V1.3)
  29.      B: TD_ADDCHANGEINT locked diskprot.device's IO with
  30.      trackdisk.device => AFS didn't work. Fixed.
  31.      N: DiskProtection offers a quick format instead of conversion, too
  32.  
  33.    * Release 1.0f, 09.08.95
  34.      (DiskProtection V1.4, diskprot.device V1.4)
  35.      N: Only one DiskProtection prefs program may run at the same time.
  36.      B: A msg port was not deleted.
  37.      C: rewrote dosdriver inhibiting: some potential bugs removed
  38.      C: minor code cleanup
  39.  
  40.    * Release 1.0g, 21.08.95
  41.      (DiskProtection V1.5, diskprot.device V1.5)
  42.      C: Diskblock encryption: From now on the first longword of every
  43.      block is xor-ed with the block offset before encryption to make
  44.      the ciphertext of blocks with the same contents different. This is
  45.      slightly faster (up to 4%) than the old method of prepending the
  46.      offset. That is still suported, so disks and partitions with older
  47.      versions of DiskProtection can be used without changes. However,
  48.      to use the faster method you have to decrypt the old DPUnit,
  49.      delete it and create a new DPUnit.
  50.      B: Resident passwords didn't work with OS2.04. Fixed.
  51.      B: Changing a password's text was buggy and could sometimes lead
  52.      to unpredictable results. Fixed.
  53.      B: Some texts inadvertedly contained characters that caused Triton
  54.      to crash. Fixed.
  55.      N: With WB < 3.0 the reqtools screenmode requester is supported.
  56.      C: Conversion window shows new password names instead of the old
  57.      ones.
  58.      C: DiskProtection requesters are no longer opened on the access
  59.      verification screen.
  60.      C: Added light/dark squares on both sides of the dimmer slider to
  61.      make clear that "100%" means full brightness.
  62.      C: Renamed the "DiskProtection Access Protection" to
  63.      "DiskProtection Access Verification" on popular demand. (Better
  64.      that way, Jussi?) :-)
  65.  
  66.    * Release 1.0h, 21.09.95
  67.      (DiskProtection V1.6, diskprot.device V1.6)
  68.      B: At startup sometimes the access verification was
  69.      unintentionally activated. Fixed.
  70.      B: The screenblanker didn't blank the mousepointer on screens with
  71.      <256 colors. Fixed.
  72.      C: If the screen blanker is already activated when the access
  73.      verification automatically pops up it this screen will be dark,
  74.      too.
  75.  
  76.    * Release 1.0i, 23.10.95
  77.      (DiskProtection V1.6, diskprot.device V1.7)
  78.      C: DPUnit conversion uses TD_PROTSTATUS only with trackdisk.device.
  79.  
  80.    * Release 1.0j, 02.11.95
  81.      (DiskProtection V1.7, diskprot.device V1.7)
  82.      N: More messages in the debugging version.
  83.      B: Sometimes partitions were locked unnescessarily.
  84.      C: Changed default button in one error requester you should never
  85.      see anyway ;-)
  86.  
  87.    * Release 1.1, 16.11.95
  88.      (DiskProtection V1.8, diskprot.device V1.8)
  89.      C: Finally works with oktagon.device, too! The problem was that
  90.      the task, that communicates with oktagon.device, has to be the one
  91.      that opened the device.  DiskProtection however implemented
  92.      opening and communication in different tasks...
  93.      N: The user can make conversion take place even if locking a
  94.      filesystem fails.
  95.      C: Reduced width of some requester texts.
  96.      C: Memory for kicktags is allocated at the end of a memory region
  97.      first.  Increases stability of resident passwords.
  98.      C: Device allows only trackdisk commands.
  99.      B: System password was not requested when starting DiskProtection
  100.      directly after reboot and this password was resident. Alas, now it
  101.      is requested twice in some cases, but I prefer this solution.
  102.  
  103.    * Release 1.1a, 14.01.96
  104.      (DiskProtection V1.8, diskprot.device V1.9)
  105.      N: a fast and unsafe encryption algorithm: SCRM (Scramble)
  106.      B: diskprot.device has to be in DEVS: in order to be able to mount
  107.      DosDrivers in the startup-sequence. Fixed in the installer script.
  108.  
  109.    * Release 1.1b, 16.1.96
  110.      (DiskProtection V1.9, diskprot.device V1.9, DPInit V0.1)
  111.      N: DPInit
  112.      N: ExampleXPK: example XPK sublibrary compatible with
  113.      DiskProtection
  114.      B: Sorting order in XPK sublibrary requester is no longer
  115.      reversed. Why did nobody complain earlier? :-)
  116.  
  117.    * Release 1.1c, 19.1.96
  118.      (DiskProtection V1.9, diskprot.device V1.10, DPInit V0.1)
  119.      B: SCRM was buggy and unuseable. I learned one thing: Never ever
  120.      hurry up with programming at the end of an amiga meeting! ;-)
  121.      B: Forgot to include DPInit in the archive.
  122.  
  123.    * Release 1.1d, 25.05.96
  124.      (DiskProtection V1.10, diskprot.device V1.11, DPInit V0.1)
  125.      B: DiskProtection crashed when the locale.library became available
  126.      only after diskprot.device was opened.
  127.      B: DiskProtection takes care of [Max|Min]PkInChunk now.
  128.      B: "Hide in File" did not find the password in short files and
  129.      didn't close the file.
  130.      C: rewrote xpkSCRM in optimized assembler
  131.      N: Registration Requester
  132.  
  133.    * Release 1.2, 27.05.96
  134.      (DiskProtection V1.10, diskprot.device V1.11, DPInit V1.0)
  135.      C: bumped revisions
  136.      C: changed DPInit icon
  137.